object frAboutForm: TfrAboutForm Left = 200 Top = 108 BorderStyle = bsDialog Caption = 'About FastReport' ClientHeight = 282 ClientWidth = 261 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 16 Top = 16 Width = 225 Height = 73 Picture.Data = {} Visible = False end object Bevel2: TBevel Left = 4 Top = 4 Width = 253 Height = 237 Shape = bsFrame end object PBox: TPaintBox Left = 16 Top = 16 Width = 227 Height = 73 OnPaint = PBoxPaint end object Label2: TLabel Left = 20 Top = 60 Width = 59 Height = 13 Caption = 'Version 2.47' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 36 Top = 96 Width = 190 Height = 29 Alignment = taCenter AutoSize = False Caption = 'Copyright � 1998-2002 by A.Tzyganenko & FR Software' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ShowAccelChar = False WordWrap = True end object Label5: TLabel Left = 16 Top = 148 Width = 225 Height = 85 AutoSize = False Caption = ' WWW: '#13#10' - http://www.fastreport.ru'#13#10' - http://www.fast-report' + '.com'#13#10' E-mail: '#13#10' - sales: sales@fast-report.com'#13#10' - suppor' + 't: support@fast-report.com' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False ShowAccelChar = False WordWrap = True end object Shape1: TShape Left = 16 Top = 136 Width = 229 Height = 1 Pen.Color = clGray end object Button1: TButton Left = 93 Top = 252 Width = 75 Height = 25 Caption = 'OK' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 end end